django only certain columns from database

27

Entry.objects.values_list('id', 'headline')

Comments

Submit
0 Comments